CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - thread linux

搜索资源列表

  1. linux_threadpool

    0下载:
  2. linux网络编程的一些技巧,包括socket,thread pool, select,epoll等-linux network programming some of the techniques, including socket select, epoll, etc.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:4108
    • 提供者:sy
  1. linux_multiple_thread.tar

    0下载:
  2. linux 多线程多进程 非常好的例子 linux socket server/client -linux multipe thread good example linux socket server/client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:675840
    • 提供者:陈明
  1. Socket

    0下载:
  2. Linux 之下实现的使用线程池的 socket 优秀例子-Under the use of Linux to achieve excellent example of socket thread pool
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:441980
    • 提供者:
  1. draw

    0下载:
  2. qT编程的例子 非常适合初学者 和在linux下开发图形界面的-qt programming examples of very suitable for beginners and in linux graphical interface developed under the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:141432
    • 提供者:留置
  1. threadpool_linux

    0下载:
  2. linux下多线程 池开源实现,值得学习参考-linux thread pool under the open source implementation of multi-threaded, it is worth learning information
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5277
    • 提供者:simon
  1. MyLinuxThread

    0下载:
  2. linux epoll多线程编程实例,在Linux下编译通过。-linux epoll instance of multi-threaded programming in Linux, compile.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:18191
    • 提供者:Tony
  1. phttpd-1.10.04.tar

    0下载:
  2. 支持线程的www服务器 -WWW server supporting thread
  3. 所属分类:Web Server

    • 发布日期:2017-11-26
    • 文件大小:294056
    • 提供者:站长
  1. linux_socket

    0下载:
  2. linux下socket编程源码,提供一个类,所有函数全部采用底层函数。类中包含ReadData(),SendData()等函数供网络读写。另外提供一个服务线程等待client的连接。代码有中文注释。-socket programming under linux source to provide a class, all functions all use the underlying function. Category contains ReadData (), SendData () f
  3. 所属分类:Linux Network

    • 发布日期:2017-03-26
    • 文件大小:3179
    • 提供者:cherenfei
  1. pthread

    0下载:
  2. Pthread本来是一套用户级线程库, 但在Linux上实现时, 却使用了内核级线程 来完成, 这样的好处是, 可以充分的提高程序的并发性, 线程也可以象以前一样调用 read这样的函数, 而不必担心会由于阻赛影响其它的线程的运行. -Pthread have is a set of user-level thread library, but in Linux to achieve, they use a kernel-level thread to complete, so the adva
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:43087
    • 提供者:haha123_0
  1. procon

    0下载:
  2. 试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制,windows环境下运行-Test Objective: To study the mechanisms and thread Linux Semaphore producers to achieve concurrency control on consumer issues, windows environment running
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:1361
    • 提供者:吕璐
  1. thread

    0下载:
  2. 嵌入式linux开发应用程序中 多个线程的实例-Embedded linux development application examples of multiple threads
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-07
    • 文件大小:7518
    • 提供者:马利娜
  1. MyLinuxThread5-25[1].tar

    0下载:
  2. LINUX 线程池源代码:Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:10328
    • 提供者:wsd
  1. nptl-design

    0下载:
  2. nptl的设计文档,英文版 The Native POSIX Thread Library for Linux-The Native POSIX Thread Library for Linux
  3. 所属分类:software engineering

    • 发布日期:2017-04-28
    • 文件大小:266779
    • 提供者:idanceyang
  1. kthread_file.tar

    0下载:
  2. Reference code on Linux kernel thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4058
    • 提供者:vinoth
  1. pthread

    0下载:
  2. linux环境下线程的创建、管理和终止,包含具体现成的操作-linux environment thread creation, management and termination, including the operation of specific off-the-shelf
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:534
    • 提供者:
  1. linuxC

    0下载:
  2. linux下的C语言编程入门 目录介绍 1)Linux程序设计入门--基础知识 2)Linux程序设计入门--进程介绍 3)Linux程序设计入门--文件操作 4)Linux程序设计入门--时间概念 5)Linux程序设计入门--信号处理 6)Linux程序设计入门--消息管理 7)Linux程序设计入门--线程操作 8)Linux程序设计入门--网络编程 9)Linux下C开发工具介绍 -linux under the direc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-24
    • 文件大小:63038
    • 提供者:yiliang
  1. linux_queue_message

    0下载:
  2. 实用、效率高的linux下消息队列程序,可以快速,方便的应用于linux线程间的通信-Practical and efficient procedures for message queue under linux, you can quickly and easily applied to the linux-thread communication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:1714
    • 提供者:phili
  1. create_a_thread_under_linux

    0下载:
  2. 简单的介绍线程的创建和基本的使用,关于线程的高级使用(如线程的属性,线程的互斥,线程的同步等等问题)可以参考我后面给出的资料. -Brief basic thread creation and use, on the high-level use of thread (such as the attributes of threads, thread the mutex, thread synchronization and so on) can refer to the information
  3. 所属分类:Document

    • 发布日期:2017-03-30
    • 文件大小:2545
    • 提供者:huyutao
  1. thread.tar

    0下载:
  2. demo program on how to use pthreads under linux. there is a variable that allows to set the number of requested threads.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5486
    • 提供者:perelka
  1. threadpool

    0下载:
  2. linux下的简单的线程池代码,大约200行代码,使用c实现-linux under a simple thread pool code, about 200 lines of code, use c to achieve
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:3235
    • 提供者:lkjx
« 1 2 34 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com